home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow_WinXP / VideoControl / VisualBasic / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  1.3 KB  |  35 lines

  1. Windows XP DirectShow Sample -- Visual Basic Video Control
  2. -----------------------------------------------------------
  3.  
  4. This sample demonstrates using the Microsoft Video Control to view
  5. digital television in a window.
  6.  
  7. When VBVideoControl launches, it presents you with a list of network
  8. providers.  Choose a network provider that is available in your area
  9. (such as ATSC Digital Antenna TV) and click the Power On button.
  10. VBVideoControl will attempt to build a filter graph with the 
  11. selected network provider.  
  12.  
  13. If successful, it will update the Visual Basic form to display 
  14. additional buttons, which you may use to change channels, adjust volume, 
  15. display device information, and select tuners.  You may click Power Off 
  16. to clear the form and select another tuner.
  17.  
  18. NOTE: It may take several seconds to completely build the digital
  19. television filter graph, so please be patient.
  20.  
  21.  
  22. Requirements
  23. ------------
  24.  
  25. - Windows XP (or greater) operating system
  26.  
  27. - BDA-compatible digital tuner card, such as the Broadlogic DTA-100 receiver.
  28.  
  29.   - If you select ATSC digital TV, you will need an ATSC digital tuner card.
  30.   - If you select DVB digital TV, you will need a DVB digital tuner card.
  31.   - If you select NTSC Analog TV, you will need an NTSC Analog tuner card.
  32.  
  33. - MPEG-2 decoder (for example, a software DVD decoder)
  34.  
  35.